projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53740de
)
(Fdirectory_files): Set re_match_object.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Apr 1997 04:44:36 +0000
(
04:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Apr 1997 04:44:36 +0000
(
04:44
+0000)
src/dired.c
patch
|
blob
|
history
diff --git
a/src/dired.c
b/src/dired.c
index 844c00687a2698648236c123335305517cd14a06..a10e94931f0ddca55ed26cf36921364e54692950 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-177,6
+177,7
@@
If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\
list = Qnil;
dirnamelen = XSTRING (directory)->size;
+ re_match_object = Qt;
/* Loop reading blocks */
while (1)